home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / screemq.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  164 b   |  9 lines

  1. on exitFrame
  2.   if the visible of sprite 11 = 1 then
  3.     set the visible of sprite 11 to 0
  4.   else
  5.     set the visible of sprite 11 to 1
  6.   end if
  7.   go(the frame)
  8. end
  9.